INPUT file for running the executable of the program XGARTAMA.FOR (main) 

Input per line:
1) NOB (= number of observations)  NAC (= number of sample ACFs +1)  
     MSPAN (= T_{min}) NK (= k_{max}) NDYP (= d_{max}) ICRI (AIC = 1 or BIC = 2)
2) NBIT1 (= mu) NBIT2 (= nu)
3) NHP0 (= lower bound for order search)  NHP1 (= upper bound) 
   NP NPLAG  NQ  NQLAG (NP, NQ are the max numbers of AR and MA parameters;
     NPLAG, NQLAG are the max numbers of lags)
4) NL (= s, size of population) P2 (= crossover probatility p_{c}) 
     P1 (= mutation probability, p_{m})  MAXIT (= max iterations) 
     XETA (adjustment constant, C)
5) LITER  P2new  P1new
6) IX  IY  IZ (seeds)

For instance (file: xgatarma.txt):
250  5  30  3   5  1
3  3
1  20  10  10   10   10 
50  0.9  0.01  300  1.0
150  0.6  0.001
12347  12373  12377 
USGNP-n250.dat
USGNP-output.txt

Note: In the program the largest chromosome length is computed as:

     MCHRO = NBIT+(NOB-2*MSPAN)+NK*(NBIT1+NP*NBIT2+NBIT1+NQ*NBIT2)
     with NBIT = NBIT1 + NBIT2

